
@charset "UTF-8";
.con{width: 1200px;margin: 0 auto;}
.head_rt{
    position: relative;
    float: right;
    height: 110px;
    cursor: pointer;
    font-size: 0;
}
/*header*/

.header {
    z-index: 1000;
    position: fixed;
    top: 0;
    height: 75px;
    width: 100%;background: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}
/*===============下拉==============*/
.container{margin:0 auto;width: 1680px;}
@media (max-width: 1680px){
  .container{width:1200px;}
}
.container:before,.container:after{
  content: " ";display: table;
}
.head_bot{height: 75px;}
.header .logo{
    width: 103px;
    height: 75px;
    display: inline-block;
    float: left;
}
.navbar{float: right;}
.navbar *{-webkit-box-sizing: border-box;box-sizing: border-box;}
.category-item{float: left;}
.category-item-single{position: relative;}
.category-a{display: block;font-size: 14px;line-height: 75px;color: #444;-webkit-transition: all .6s;-o-transition: all .6s;transition: all .6s;position: relative;margin:0 34px;}
.category-a::after{content: '';width:0;height: 2px;background: #026fde;position: absolute;bottom: 0;left:50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);-webkit-transition: all .8s;-o-transition: all .8s;transition: all .8s;}
.category-item.active .category-a::after,.category-item:hover .category-a::after{width: 100%;}
.category-item.active .category-a,.category-item:hover .category-a{color:#026fde; }
.language{position: relative;margin:0 0 0 34px;}
.language a{display: inline-block;font-size: 14px;color: #666;vertical-align: middle;position: relative;padding-right: 20px;margin:0;}
.language>ul>li{position: relative; }
.language:hover ul{display: block;}
.language ul{width:100%;display: none;position: absolute;right: 0;bottom: 5px;z-index: 201;}
.language .cn:after{display: none;}
.language i{display: inline-block;font-size: 18px;color: #797979;position: absolute;right: 0;top: 50%;margin-top: -10px;-webkit-transition: all .6s;-o-transition: all .6s;transition: all .6s;}
.dropdown-menu *{-webkit-box-sizing: border-box;box-sizing: border-box;}
.language:hover i{color: #026fde;}
.language ul li:hover a{color: #026fde;}

.dropdown-menu.full-screen {
    position: absolute;
    top: 100%;
    z-index: 1100;
    background-color: rgba(255,255,255,0.9);
    border-top: 1px solid #dae1e6;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    height: auto;
    display: none;
    overflow: hidden;
    width: 100%;
    min-width: 1200px;
    left: 0;
    margin-top: 0;
    -ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    -o-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
            box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
}
.dropdown-container{box-sizing: border-box;padding: 30px 0 60px;}
.p-drop-le{height: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;position: relative;}
.p-drop-Lwrap{box-sizing: border-box;overflow-y: auto;max-height: 450px;}
.column-item{float: left;margin-right: 109px;margin-bottom: 90px;padding-right:30px;}
.column-item:nth-child(7n){margin-right: 0;}
.column-item a{display: block;font-size: 14px;color: #666;line-height: 30px;}
.column-item a:hover{color: #026fde;}
.column-item .nav-title{font-size: 16px;color: #333;margin-bottom: 9px;position: relative;padding-left: 12px;}
.column-item .nav-title:before{content: '';width: 2px;height: 25px;background: #026fde;position: absolute;left: 0;top: 50%;margin-top: -12.5px;}
.category-item:hover .dropdown-menu.full-screen{
    display: block;
    visibility: visible;
}
.dropdown-menu.single {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    /* width: auto; */
    width: 100%;
    z-index: 1100;
    background: rgba(255,255,255,1);
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s;
    -o-transition: max-height .5s;
    transition: max-height .5s;
    border: none;
    color: #333;
    height: auto;
    padding: 0;
    display: block;
}
.dropdown-menu.single li{
    display: block;
    font-size: 16px;
    width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
}
.dropdown-menu.single li:last-child{border-bottom: 0;}
.dropdown-menu.single li>a {
    padding: 19px 30px;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    color: #333;
    line-height: 1;
    height: auto;
    background: 0 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.dropdown-menu.single li>i{display: block;font-size: 16px;color: #4d4d4d;position: absolute;right: 25px;top:50%;margin-top: -8px;}
.dropdown-menu.single li:hover a{color:#fff;}
.dropdown-menu.single li:hover{background: #90c577;}
.category-item:hover .dropdown-menu.single{
    max-height: 450px;
    opacity: 1;
}


/*===============轮播切换==============*/

.banner_index{margin-top: 75px;width: 100%;position: relative;overflow: hidden;}
.banner_index li a>img {display: block;width: 100%;}
.banner_index .slides li {position: relative;background-size: cover;background-repeat: no-repeat;background-position: center;}
.banner_index a {display: block;}
.ban-info{position: absolute;left:50%;top: 23%;transform: translate(-50%,-50%);}
.ban-infoIn{position: absolute;right: 0;padding-right: 52px;}
.ban-infoIn h3{margin-bottom: 13px;}
.ban-infoIn h3 img{display: block;}
.ban-infoIn h4{font-family: 'Hel';color: rgba(255,255,255,0.46);font-size: 14px;}
.more-btn{width: 164px;height: 46px;position: relative;display: inline-block;background: #026fde;transition: all 0.4s;border-radius: 23px;color: #fff;font-size: 14px;font-family: arial;text-transform: uppercase;line-height: 46px;transition: all 0.3s;padding-left: 33px;}
.more-btn i{display: inline-block;transition: all 0.3s;width: 20px;height: 7px;background: url(../images/right1.png) no-repeat center;position: absolute;right: 45px;top: 50%;margin-top: -3.5px;}
.more-btn:hover i{transform: translateX(10px);}
.ban-infoIn .more-btn{margin-top: 54px;}
.banner_index .flex-direction-nav .flex-prev,
.banner_index .flex-direction-nav .flex-next {
    width: 50px;
    height:50px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 0;
}

.banner_index .flex-direction-nav .flex-prev {
    left: 100px;
    background: url(../images/left2.png) no-repeat center;
}

.banner_index .flex-direction-nav .flex-next {
    right: 100px;
    background: url(../images/right2.png) no-repeat center;
}

.banner_index .flex-direction-nav .flex-prev:hover {
    border-color: #00bb92;
    background: url(../images/left2h.png) no-repeat center;
}

.banner_index .flex-direction-nav .flex-next:hover {
    border-color: #00bb92;
    background: url(../images/right2h.png) no-repeat center;
}
.banner_index .flex-control-paging {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}
.banner_index .flex-control-paging li a{position: relative;}
.banner_index .flex-control-paging li a:after{content: '';width: 16px;height: 16px;border:1px solid #026fde;border-radius: 50%;position: absolute;left:50%;top:50%;margin-top: -8px;margin-left: -8px;opacity: 0;transition: all 0.3s;}
.banner_index .flex-control-paging li a.flex-active:after{opacity: 1;}

.banner_index .flex-control-paging li {
    float: left;
    margin:0 10px;
    cursor: pointer;
}
.banner_index .flex-control-paging a {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #026fde;
    font-size: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}


@media (max-width:1280px){
    .banner_index .flex-direction-nav .flex-prev {
        /* display: none; */
        left: 40px;
    }

    .banner_index .flex-direction-nav .flex-next {
        /* display: none; */
        right: 40px;
    }
    /* .banner_index .flex-control-paging{display: block;} */
}
/*加载*/
#preloader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1002;
}

#preloader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#preloader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#preloader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -24px;
  margin-left: -24px;
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#preloader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}
@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}



/* 首页 */

/* kefu */
.kf {
        transition: .8s;
        -o-transition: .8s;
        -moz-transition: .8s;
        -webkit-transition: .8s;
        z-index: 999999;
        background-color: #fff;
        position: fixed;
        bottom: 100px;
        right: 20px;
        width: 62px;
        border-radius: 5px;
        display: none;
}

.kf span {
        z-index: 1000001;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        cursor: pointer;
        position: relative;
        display: block;
        width: 62px;
        height: 62px;
        border-bottom: 1px solid #e3e3e3;
        background:url(../images/kefu_j.png) no-repeat center #fff;
}
.kf span:hover{background-color:#0066ab;}

.kf .zx {border-radius: 5px 5px 0 0;background-position: 0 0;}
.kf .zx:hover {background-position: 0 -62px;}

.kf .freetel {background-position:-62px 0;}
.kf .freetel:hover {background-position:-62px -62px;}
.kf .act {background-position:-186px 0;}
.kf .act:hover{background-position:-186px -62px;}
.kf .zxlya {background-position:-124px 0;}
.kf .zxlya:hover{background-position:-124px -62px;}
.kf .back_top {
        border-radius: 0 0 5px 5px;
        border: none;
        background-position:-248px 0;
}
.kf .back_top:hover {background-position:-248px -62px;}

.kf span div {
        display: none;
        background-color: #fff;
        border-radius: 5px;
        position: absolute;
        right: 75px;
        padding: 20px;
        font-size: 14px;
        color: #f4474c;
        bottom:2px;
}

.kf span div input {
        text-indent: .5em;
        display: block;
        margin: 15px 0;
        line-height: 28px;
        color: #696969;
        font-size: 12px;
        width: 140px;
        border: 1px solid #d1d1d1;
        border-radius: 2px;
        height: 28px;
}

.kf span div a {
        -o-transition: .5s;
        transition: .5s;
        -webkit-transition: .5s;
        display: block;
        background: #f4474c;
        border-radius: 2px;
        color: #fff;
        line-height: 26px;
        font-size: 12px;
        text-align: center;
        width: 79px;
        height: 26px;
}

.kf span div a:hover {
        background: #e77410;
}

.kfimgr{
        position: absolute;
        bottom:23px;
        right: -9px;
}

.kf span div i {
        display: block;
        position: absolute;
        width: 15px;
        height: 200px;
        right: -15px;
        top: 0;
}

.kf .zx div, .kf .freetel div,
.kf .zxlya div, .kf span:nth-child(4) div {
        text-align: center;
        min-width: 148px;
        font-size: 14px;
        color: #666;
}

.kf span:nth-child(4) div {
        white-space: nowrap;
}

.kf a{display:block;height: 68px;position:absolute;top:0;right:0;width: 100%}

.kf span div, .kf {
        -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
        box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
}


.nav_center div, .index_nav_center div, .shou, .zhan {
        -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
        box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.shou {
        z-index: 1000000;
        cursor: pointer;
        width: 30px;
        height: 40px;
        top: 50%;
        margin-top: -15px;
        border-radius: 5px 0 0 5px;
        right: 62px;
        background: url("../images/kefu_j.png") no-repeat -310px 0 #fff;
        position: absolute;
}

.shou.on {background-position: -310px -40px;}



/* footer */

.foot-top{background: #0066ab;padding: 56px 0 40px;}
.foot-top dl dt a{display: inline-block;color: #fff;font-size: 18px;margin-bottom: 23px;}
.foot-top dl dd a{display: inline-block;color: rgba(255,255,255,0.5);font-size: 14px;line-height: 28px;}
.foot-top dl p{color: #fff;font-size: 14px;line-height: 26px;padding-left: 24px;}
.foot-top dl{float: left;margin-right: 94px;}
.foot-top dl:last-child{margin-right: 0;}
.footer-friend{position: relative;width: 195px;margin-top: 12px;}
.footer-text{
  font-size: 14px;
  color: #fff;
  line-height: 33px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.5);
  padding: 0 15px;
  width:100%;
  height: 35px;
  position: relative;
  cursor:pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.footer-text::after{
  content: '';
  width: 12px;
  height: 7px;
  background: url(../images/up.png) no-repeat center;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3.5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.footer-list{
  position:absolute;
  left:0;
  bottom: 35px;
  padding-bottom: 5px;
  width: 100%;
  z-index: 10;
  display: none;
}
.footer-list .m-padd{
  border: 1px solid #0066ab;
  background:#fff;
}

.footer-list a{display:block;padding:5px 10px;color:#999;}
.footer .footer-list a:hover{color: #0066ab;}
.foot-mid{margin-bottom: 38px;}
.foot-bot{padding: 18px 0;position: relative;background: #0260a0;}
.foot-bot p,.foot-bot p a{font-size: 14px;color: rgba(255,255,255,0.33);display: inline-block;line-height: 14px;}
.foot-bot p.p1{float: left;}
.foot-bot p.p2{float: right;}
.footer a:hover{color: #fff;}


/* 人才招聘 */
.contain-ny{background:#f5f5f5;padding: 20px 0 60px;}
.target{background: #fff;height: 60px;font-size: 0;margin-bottom: 40px;}
.target a{display: inline-block;width: 174px;height: 60px;line-height: 60px;text-align: center;color: #333;font-size: 16px;}
.target a:hover,.target a.on{background: #036fde;color: #fff;}
.banner{height: 300px;margin-top: 75px;position: relative;}
.ban-con{position: absolute;left:50%;top: 59%;transform: translate(-50%,-50%);}
.ban-con h3{color:#fff;font-size: 36px;line-height: 36px;margin-bottom: 7px;}
.bread a,.bread i{display: inline-block;font-size: 14px;color: #fff;}
.bread i{padding: 0 5px;}
.bread{font-size: 0;}
/* .bread a:hover,.bread a:last-child{border-bottom: 1px solid #fff;} */
.join-top{padding:30px 30px 42px;background: #fff;margin-bottom: 20px;}
.join-top-item h3{font-size: 18px;color: #343434;line-height: 18px;margin-bottom: 12px;}
.join-top-item p{color: #888;font-size: 14px;}
.join-top-item{margin-bottom: 32px;}
.join-top-item:last-child{margin-bottom: 0;}
.rczp_tit{height: 60px;background: #036fde;margin-bottom: 11px;}
.rczp_tit li{width: 211px;display: inline-block;line-height: 60px;color: #fff;font-size: 18px;padding: 0 30px;position: relative;box-sizing: border-box;text-align: left;font-weight: bold;}
.rczp_con .zp_tit{height: 50px;line-height: 50px;}
.rczp_con .zp_tit li{display: inline-block;line-height: 50px;color: #666;font-size: 16px;padding: 0 30px;box-sizing: border-box;width: 212px;text-align: left;}
.zp_list li:hover .zp_tit{background: #70bd2b url(../images/jiah.png) no-repeat right 33px center;}
.zp_list li:hover .zp_tit ul li{color: #fff;}
.zp_list li.on .zp_tit {background: #70bd2b url(../images/jian.png)no-repeat right 33px center;}
.zp_list li.on .zp_tit li{color: #fff;}
.zp_list>ul>li{background-color: #fff;border-bottom: 1px solid #f7f7f7;}
.zp_list>ul>li:last-child{border-bottom: none;}
.zp_tit {height: 50px;line-height: 50px;background:url(../images/jia.png) no-repeat right 33px center;}
.zp_font{background: #fff;padding: 40px 30px 70px;}
.zp_font .zp_det h3{font-size: 20px;color: #333;margin-bottom: 8px;line-height: 20px;}
.zp_font .zp_det p.p1{font-size: 14px;color: #888;position: relative;padding-left: 17px;line-height: 30px;}
.zp_font .zp_det p:before{content: '';width: 5px;height: 5px;background: #2ca3e4;border-radius: 50%;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.zp_list p.p-more{color: #b1aeae;text-align: center;font-size: 14px;margin-top: 30px;padding-bottom: 30px;border-bottom: 1px solid rgba(255,255,255,0.1);}
.zp_font a.td{width: 134px;height: 46px;border-radius: 23px;background: #036fde;color: #fff;font-size: 14px;text-align: center;line-height: 46px;display: inline-block;margin-top: 25px;}
.page {font-size: 0;margin-top: 20px;position: relative;}
.page .zzzz{ display:none;}
.page a{display: inline-block;width: 40px;height: 40px;border-radius: 50%;border:1px solid #dedede;vertical-align: middle;text-align: center;line-height: 40px;background: #fff;color: #000;font-size: 15px;font-family: arial;margin-right: 10px;}
.page a.page-more{border:none;background: none;}
.page a.page-next{margin-right: 0;position: absolute;right: 0;top: 0;font-size: 12px;}
.page a.page-prev{margin-right: 0;position: absolute;top: 0;right: 50px;font-size: 12px;}
.page a:hover,.page .on{color: #fff;background: #036fde;border-color: #036fde;}
.page a.page-more:hover{color: #000;background: none;}


/* 在线留言 */
.mess-con{background: #fff;padding: 60px 30px;}
.map{overflow: hidden;}
.map img{display: block;width: 100%;}
.mess-formbox{margin-top: 39px;}
.mess-formbox h3{color: #343434;font-size: 18px;line-height: 18px;margin-bottom: 24px;}
.mess-form input{width: 369px;height: 45px;border:1px solid #dfdfdf;padding: 0 45px;line-height: 43px;color: #888;font-size: 16px;margin-right: 16px;margin-bottom: 20px;}
.mess-form input.name{background: #fff url(../images/name_icon.png) no-repeat 17px center;}
.mess-form input.email{background: #fff url(../images/email_icon.png) no-repeat 17px center;}
.mess-form input.email{background: #fff url(../images/email_icon.png) no-repeat 17px center;}
.mess-form input.phone{background: #fff url(../images/phone_icon.png) no-repeat 17px center;margin-right: 0;}
.mess-form{font-size: 0;}
.mess-form .textarea{height: 161px;width: 100%;border:1px solid #dfdfdf;padding:15px 45px;color: #888;font-size: 16px;resize: none;background: #fff url(../images/comment_icon.png) no-repeat 17px 19px;margin-bottom: 30px;}
.mess-form input.input-sub{color: #fff;font-size: 16px;width: 150px;height: 45px;background: #036fde;border-radius: 22px;border:none;margin-right: 0;margin-bottom: 0;cursor: pointer;}


/* 新闻列表 */
.news-list li{width: 380px;float: left;margin-right: 30px;margin-bottom: 35px;}
.news-list li:nth-child(3n){margin-right: 0;}
.news-list .news-pic{width: 380px;height: 178px;overflow: hidden;}
.news-list .news-pic img{display: block;width: 100%;transition: all 0.4s;}
.news-list .news-desc{padding-top: 19px;}
.news-list .news-desc h3{color: #333;font-size: 16px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;margin-bottom: 10px;}
.news-list .news-desc p{color: #999;font-size: 14px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;height: 48px;}
.news-list .news-desc span{color: #999;font-size: 14px;font-family: arial;display: inline-block;margin-top: 5px;}
.news-con .page{margin-top: 10px;}
.news-list li:hover .news-pic img{transform: scale(1.1);}
.news-list li:hover .news-desc h3{color:#026fde; }

/* 新闻详情 */
.newsxq-con{}
.newsxq-innerIn{background: #fff;padding: 50px 60px;}
.newsxq-innerIn h3{color: #4a4a4a;font-size: 24px;font-weight: bold;text-align: center;margin-bottom: 7px;}
.newsxq-innerIn h4{color: #9b9b9b;font-size: 14px;font-family: arial;text-align: center;margin-bottom: 12px;}
.newsxq-innerIn p{color: #666;font-size: 14px;line-height: 30px;text-indent: 2em;}
.newsxq-share .bdsharebuttonbox a{font-size: 22px;color: #d8d8d8;display: inline-block;margin:0 0 0 26px;background: none;padding-left: 0;float: none;height: 22px;line-height: 22px;opacity: 1;}
.newsxq-share{font-size: 0;text-align: left;margin-top: 30px;}
.newsxq-share .bdsharebuttonbox a:hover{color: #026fde;opacity: 1;}
.newsxq-share span{color: #7f8080;font-size: 14px;vertical-align: middle;}
.bd_weixin_popup{height: 318px!important;}
.newsxq-share .bdsharebuttonbox{display: inline-block;vertical-align: middle;}
.newsxq-menu{height: 60px;background: #fff;margin-top: 20px;padding: 0 20px;text-align: center;}
.newsxq-menu a{display: inline-block;line-height: 60px;font-size: 0;height: 60px;}
.newsxq-menu a.newsxq-prev{float: left;}
.newsxq-menu a.newsxq-next{float: right;}
.newsxq-menu a span{font-size: 14px;color: #888;display: inline-block;position: relative;}
.newsxq-menu a span:before{content: '';width: 1px;height: 10px;background: #dcdcdc;position: absolute;top: 50%;margin-top: -5px;}
.newsxq-menu a.newsxq-return span:before{display: none;}
.newsxq-menu a i{font-size: 12px;color: #888;}
.newsxq-menu a.newsxq-prev span{padding-left: 15px;margin-left: 15px;}
.newsxq-menu a.newsxq-next span{padding-right: 15px;margin-right: 15px;}
.newsxq-menu a.newsxq-prev span:before{left:0;}
.newsxq-menu a.newsxq-next span:before{right:0;}
.newsxq-menu a:hover i,.newsxq-menu a:hover span{color: #036fde;}
.news_tj .news-list li{margin-bottom: 0;}
.news_tj .news-list li:nth-child(3n){margin-right: 30px;}
.news_tj .news-list ul{padding: 0!important;}
.tj_hd{position: absolute;right: 0;top: 0;}
.tj_hd a{width: 40px;height: 40px;border-radius: 50%;top: 35px;border:1px solid #cacaca;display: inline-block;}
.tj_hd a:hover{border-color: #026fde;}
.tj_hd a.tj_prev {background:url(../images/left.png) no-repeat center;}
.tj_hd a.tj_next {background:url(../images/right.png) no-repeat center;margin-left: 10px;}
.tj_hd a.tj_prev:hover {background:#026fde url(../images/lefth.png) no-repeat center;}
.tj_hd a.tj_next:hover {background:#026fde url(../images/righth.png) no-repeat center;}
.news_tj h3{color: #444;font-size: 20px;font-weight: bold;margin-bottom: 30px;}
.news_tj{position: relative;margin-top: 58px;}


/* 常见问题 */
.service_content {
    background-color: #fff;
    padding: 50px 78px 60px;
}
.content_details{
  overflow: hidden;
  margin-bottom: 40px;
}
.content_details:last-child{margin-bottom: 0;}
.content_details:hover{
  cursor: pointer;
}
.content_details:hover .details_top h3{
  background-color: #036fde;
  border-color: #036fde;
  color: #fff;
}

.content_details:hover .details_bottom .answers{
  border: 2px solid #036fde;
}

.content_details .details_top .top_back{
  overflow: hidden;
  background: url("../images/pagelogo_05.png") no-repeat;
}
.content_details .details_top h3{
   font-size: 16px;
   color: #444;
   padding: 9px 35px;
   line-height: 24px;
   border: 2px solid #eeeeee;
   border-radius: 10px;
   margin-left: 60px;
   border-radius: 26px;
  margin-left: 60px;
  display: inline-block;
}
.details_bottom{
  overflow: hidden;
  background: url("../images/pagelogo_08.png") no-repeat 0 15px;
  margin-top: 14px;
}
.details_bottom .answers{
     padding: 15px 35px;
     border: 2px solid #eeeeee;
      margin-left: 60px;
      border-radius: 34px;
   }
.details_bottom .answers p{
  font-size: 14px;
  color: #888;
  line-height: 24px;
}
.faq-list .page{margin-top: 30px;}


/* 产品列表 */
.pro-con .target{margin-bottom: 20px;}
.pro-navitem-tit a{display: inline-block;font-size: 16px;color: #666;line-height: 46px;}
.pro-navitem-tit{width: 179px;height: 46px;background: url(../images/img15.png) no-repeat center;padding-left: 20px;float: left;background-size: 100% 100%;transition: all 0.5s;}
.pro-navitem-desc{width: 1011px;padding: 0 15px;background: #fff;float: right;}
.pro-navitem-desc a{line-height: 46px;display: inline-block;padding: 0 10px;color: #888;font-size: 14px;position: relative;}
.pro-navitem-desc a:after{content:'';width: 1px;height: 13px;background: #c5c5c5;position: absolute;right: 0;top: 50%;margin-top: -6.5px;}
.pro-navitem-desc a:last-child:after{display: none;}
.pro-navitem{margin-bottom: 10px;}
.pro-navitem:last-child{margin-bottom: 0;}
.pro-navitem-tit:hover,.pro-navitem-tit.on{background:url(../images/img16.png) no-repeat center; background-size: 100% 100%;}
.pro-navitem-tit:hover a,.pro-navitem-tit.on a{color: #fff;}
.pro-navitem-desc a:hover,.pro-navitem-desc a.on{color: #036fde;}
.pro-navbox{margin-bottom: 40px;}
.pro-list li{width: 390px;float: left;margin-right: 15px;margin-bottom: 15px;}
.pro-list li:nth-child(3n){margin-right: 0;}
.pro-list li .pro-pic{width: 390px;height: 277px;overflow: hidden;border: 1px solid #f1f1f1;}
.pro-list li .pro-pic img{display: block;width: 100%;transition: all 0.3s;}
.pro-list li .pro-desc{padding: 0 20px;line-height: 60px;background:#fff;}
.pro-list li .pro-desc p{color: #666;font-size: 16px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.pro-box .page{margin-top: 25px;}
.pro-list li:hover .pro-pic img{transform: scale(1.1);}
.pro-list li:hover .pro-desc p{color: #036fde;}


/* 产品详情 */
.contain-proxq{padding: 60px 0;background: #f5f5f5;}
.spec-preview{overflow: hidden;}
.spec-scroll{clear:both;overflow: hidden;width: 385px;margin-top: 44px;}
.spec-scroll .prev{float:left;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{line-height:66px;cursor:pointer;color: #d2d2d2;}
.spec-scroll .prev:hover,.spec-scroll .next:hover{color:#026fde; }
.spec-scroll .items{margin:auto;position:relative;height:66px;width:310px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;}
.spec-scroll .items ul li{position: relative; float:left;text-align:center;margin-right: 15px;width: 93px;height: 66px;border:1px solid #e5e5e5;}
.spec-scroll .items ul li.hover{border-color: #026fde;}
.spec-scroll .items ul li img{width: 100%;display: block;height: 100%;}
.pro-left{ overflow:hidden;float: left;width: 631px;height: 448px;border: 1px solid #e5e5e5;}
.jqzoom{width:631px;height:448px;float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;  overflow:hidden;}
.jqzoom img{width: 100%;display: block;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:485px;height:476px;background:#ffffff;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:200px !important;height:200px !important;border:1px solid #aaa;background:#ffffff ;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}
.pro-right{width: 569px;float: right;padding: 58px 68px 0 68px;}
.proxq-one{background: #fff;margin-bottom: 20px;}
.proxq-desc h3{font-size: 20px;color: #333;margin-bottom: 21px;}
.proxq-desc p{color: #666;font-size: 14px;}
.proxq-desc p.p{line-height: 34px;}
.proxq-two{padding: 33px 37px 53px;background: #fff;}
.proxq2-tit{color: #fff;font-size: 20px;background: #036fde;width: 151px;height: 42px;border-radius: 21px;text-align: center;line-height: 42px;margin-bottom: 27px;}
.proxq2-item h3{color: #333;font-size: 18px;margin-bottom: 10px;}
.proxq2-item p{color: #666;font-size: 14px;}
.proxq2-item{margin-bottom: 34px;}
.proxq2-item:last-child{margin-bottom: 0;}
.news_tj .pro-list li{margin-right: 15px;margin-bottom: 0;}


/* 关于我们 */
.abo1-con{background: #fff;}
.abo1-lf{width: 708px;height: 490px;float: left;}
.abo1-rt{width: 492px;height: 490px;overflow: hidden;float: right;}
.abo1-rt img{display: block;width: 100%;transition: all 0.3s;}

.rel{position: relative;overflow: hidden;}
.abs{position: absolute;top:-100px;left: 0;height:1px;}

.anchor{
    position: fixed;
    top:75px;
    left: 0;
    width: 100%;
    padding:0 0;
    z-index:99;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    text-align: center;
    display: none;
}
.anchor li{
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.anchor li a{
    display: block;
    padding:0 26px;
    font-size: 14px;
    line-height: 42px;
    text-align: center;
    color: #333;
    transition: all .3s;
}
.anchor li.on a,
.anchor li a:hover{
    color: #fff;
}
.anchor li:after{content: '';width: 100%;height: 0;background: #036fde;position: absolute;bottom: 0;left: 0;transition: all 0.4s;z-index: -1;}
.anchor li:hover:after,.anchor li.on:after{height: 100%;}

.abo1-lf{padding: 57px 30px 0;}
.abo-tit h3{color: #036fde;font-size: 30px;font-weight: bold;margin-bottom: 25px;line-height: 30px;}
.abo1-lf p{color: #666;font-size: 14px;}
.abo1-lf p.p{line-height: 26px;text-indent: 2em;}
.abo1-lf .scrollbar{max-height: 338px;overflow-y: auto;padding-right: 10px;}
.abo1-rt:hover img{transform: scale(1.1);}

.abo-two{padding: 85px 0;background: url(../images/img25.jpg) no-repeat center;background-size: cover;margin-top: 60px;}
.abo-two .abo-tit h3{color: #fff;text-align: center;margin-bottom: 60px;}
.abo2-list li{width: 220px;height: 240px;float: left;background:#fff no-repeat center 33px;padding-top: 125px;text-align: center;margin-right: 106px;transition: all 0.4s;}
.abo2-list li:nth-child(4n){margin-right: 0;}
.abo2-list li h3{color: #333;font-size: 20px;line-height: 20px;padding-bottom: 12px;position: relative;margin-bottom: 16px;}
.abo2-list li h3:after{content: '';width: 39px;height: 1px;background: #279ee2;position: absolute;left:50%;bottom: 0;margin-left: -19.5px;}
.abo2-list li p{color: #999;font-size: 14px;}
.abo2-list li:hover{transform: translateY(-10px);}

.abo-three{padding: 60px 0;}
.abo-three .abo-tit h3{text-align: center;margin-bottom: 65px;}
.ab4_outer {
  position: relative;
}
.ab4_cont{overflow: hidden;}
.ab4_year {
  font-size: 19px;
  line-height: 34px;
  color: #3d3d3d;
  moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ab4_y {
  font-size: 30px;
  font-family: Arial;
}
.ab4_i {
  display: block;
  color: #9d9d9d;
  font-family: Arial;
  text-align: center;
  height: 55px;
  line-height: 32px;
}
.ab4_p1 {
  line-height: 24px;
  color: #666;
  moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-align: left;
  font-size: 14px;
  height: 168px;
}
.ab4_list li {
  width: 160px;
  margin-right: 100px;
  float: left;
  text-align: center;
}
.ab4_list {
  overflow: hidden;
  padding: 0!important;
}
.ab4_curr {
  display: block;
  width: 30px;
  height: 35px;
  background: url(../images/icon_73.png) no-repeat center;
  margin: 0 auto;
  margin-bottom: 20px;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.ab4_line {
  position: relative;
  width: 100%;
}
.ab4_line:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #d5d5d5;
  left: 0;
  top: 20px;
}
.ab4_list li:hover .ab4_curr {
  background-image: url(../images/icon.png);
}
.ab4_list li:hover .ab4_p1 {
  transform: translateY(-20px);
}
.ab4_list li:hover .ab4_year {
  transform: translateY(-4px);
}
.ab4_list li:first-child .ab4_p1 {
  text-align: center;
}
.fz_prev,
.fz_next {
  color: #fff;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 114px;
  left: -160px;
  background: #a3a3a3;
  overflow: hidden;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  text-align: center;
  line-height: 38px;
}
.fz_next {
  left: auto;
  right: -160px;
}
.fz_prev:hover,
.fz_next:hover {
  background-color: #036fde;
}

@media (max-width: 1600px){
  .fz_prev{left:0;top: 0;}
  .fz_next {
    top: 0;
    left: auto;
    right: 0;
  }
}

.abo4-ul li{width: 50%;float: left;position: relative;overflow: hidden;}
.abo4-ul li.li1{position: relative;}
.abo4-desc{position: absolute;left:48px;top: 50%;transform: translateY(-50%);}
.abo4-desc p{color: #fff;font-size: 18px;line-height: 30px;}
.abo4-ul li.li2 .abo4-item{width: 50%;float: left;position: relative;overflow:hidden;}
.abo4-ul li img{display: block;width: 100%;transition: all 0.3s;}
.abo4-ul li.li2 .abo4-item1{background: #036fde;position: absolute;right: 0;top: 0;height: 100%;}
.abo4-ul li.li2 .abo4-item1 h3{color: #fff;font-size: 30px;font-weight: bold;margin-bottom: 8px;}
.abo4-ul li.li2 .abo4-item1 p{font-size: 14px;line-height: 26px;}
.abo4-ul li.li3 .abo4-item .abo4-desc{left: 50%;top:50%;transform: translate(-50%,-50%);width: 100%;text-align: center;}
.abo4-ul li.li1:hover img,.abo4-ul li.li4:hover img{transform: scale(1.1);}
.abo4-ul li .abo4-item:hover img{transform: scale(1.1);}



/* 首页产品 */
.in1-tab li{width: 20%;float: left;text-align: center;}
.in1-tab li a{display: inline-block;color: #fff;line-height: 80px;-webkit-transition: all .6s;-o-transition: all .6s;transition: all .6s;position: relative;}
.in1-tab{height: 80px;overflow: hidden;background:#90c577;}
.in1-tab li a:after{content: '';width:0;height: 4px;background: #00a1ea;position: absolute;bottom: 0;left:50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);-webkit-transition: all .8s;-o-transition: all .8s;transition: all .8s;}
.in1-tab li:hover a:after,.in1-tab li.active a:after{width:100%;}
.in1-tab{margin-bottom: 22px;}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {opacity: 1;}
.in1-tabBox>.in1-tabItem{display: none;}
.in1-tabBox>.active {display: block;}

.inpro-front{width: 400px;height: 283px;overflow: hidden;}
.inpro-front img{display: block;width: 400px;height: 283px;}

.in1-swiper li{position: relative;width: 400px;height: 283px;float: left;overflow: hidden;}
.in1-swiper .inpro-back{position: absolute;left:0;top: 0;width: 100%;height: 100%;text-align: center;padding: 55px 60px;box-sizing: border-box;transition: all .5s;overflow: hidden;}
.in1-swiper .inpro-back h3{color: #fff;font-size: 22px;font-weight: bold;margin-bottom: 3px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.in1-swiper .inpro-back h4{color: #fff;font-size: 12px;margin-bottom: 10px;}
.in1-swiper .inpro-back .inpro-back-bot{margin-top: 12px;}
.in1-swiper .inpro-back .inpro-back-top{-webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;}
.in1-swiper .inpro-back .inpro-back-bot{-webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;}

.in1-swiper li:hover .inpro-back .inpro-back-top {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.in1-swiper li:hover .inpro-back .inpro-back-bot {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.in1-swiper li:hover .inpro-back{
  background:url(../images/probg.png) no-repeat center;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
  background-size: cover;
}

.in1-swiper .swiper-prev,.in1-swiper .swiper-next{width:50px;height: 50px;border-radius: 50%;cursor: pointer;transition: all 0.3s;position: absolute;top: 50%;margin-top: -25px; }
.in1-swiper .swiper-prev{background: url(../images/left3.png) no-repeat center;left: -140px;}
.in1-swiper .swiper-next{background: url(../images/right3.png) no-repeat center;right: -140px;}
.in1-swiper .swiper-prev:hover{background: url(../images/left2h.png) no-repeat center;}
.in1-swiper .swiper-next:hover{background: url(../images/right2h.png) no-repeat center;}
.in1-tabItem{position: relative;}
.in1-swiper .swiper-pagination{display: none;}

@media (max-width: 1500px){
  .in1-swiper .swiper-prev,.in1-swiper .swiper-next{display: none;}
  .in1-swiper .swiper-pagination{display: block;bottom: 0!important;}
  .in1-swiper .swiper-container{padding-bottom: 30px;}
}

/* 首页tit */
.tit{text-align: center;margin-bottom: 32px;}
.tit h3{font-size: 40px;color: #3c454c;line-height: 30px;position: relative;font-family: 'Hel-01';text-align: center;text-transform: uppercase;margin-bottom: 11px;}
.tit h4{color: #555;font-size: 14px;position: relative;display: inline-block;padding: 0 34px;}
.tit h4:before,.tit h4:after{content: '';width: 22px;height: 1px;background: #555;position: absolute;top: 50%;margin-top: -0.5px;}
.in-two{padding: 60px 0 0;}
.tit h4:before{left: 0;}
.tit h4:after{right: 0;}

.in2-con{padding: 138px 0 140px;background: url(../images/img36.jpg) no-repeat center;background-size: cover;}
.in2-form{width: 644px;float: right;padding-right: 55px;}
.in2-form input{width: 283px;height: 45px;border-radius: 22.5px;border:1px solid #fff;line-height: 43px;padding: 0 17px;font-size: 14px;color: #fff;background: transparent;margin-right: 23px;}
.in2-form input:last-child{margin-right: 0;}
.in2-form p{font-size: 0;margin-bottom: 33px;}
.in2-form input.in2-sub{width: 143px;height: 46px;background: #026fde;border:none;cursor: pointer;margin-right: 27px;line-height: 46px;border-radius: 23px;}
.in2-form p a{display: inline-block;width: 143px;height: 46px;line-height: 46px;background: #70bd2b;color: #fff;font-size: 14px;text-align: center;border-radius: 23px;vertical-align: middle;}
.in2-form p:last-child{margin-bottom: 0;margin-top: 53px;}

.in-three{padding: 60px 0 0;}
.in3-profile p{color: #666;font-size: 14px;}
.in-three .tit{margin-bottom: 25px;}
.in3-item2 li{display: inline-block;width: 373px;height: 166px;border:1px dashed #dcdcdc;margin-right: 57px;padding: 41px 10px 0;overflow: hidden;transition: all 0.3s;}
.in3-item2 li:last-child{margin-right: 0;}
.in3-item2{font-size: 0;text-align: center;margin: 34px 0 63px;}
.in3-item2 li h3{font-family: 'Hel-02';color: #0066ab;font-size: 24px;line-height: 24px;text-transform: uppercase;margin-bottom: 7px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.in3-item2 li p{color: #777;font-size: 14px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.in3-item2 li span{display: inline-block;width: 315px;height: 3px;border:1px solid #dcdcdc;margin-top: 34px;}
.in3-item2 li:hover{transform: translateY(-10px);}
.in3-swiper .swiper-slide{width: 280px;height: 330px;background: #efefef;overflow: hidden;transition: all 0.3s;}
.in3-swiper .swiper-slide img{display: block;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 70%;}
.in3-swiper .swiper-slide:hover{transform: translateY(-10px);}
#darkbox {
  position: fixed;
  z-index: 9999;
  background: rgba(0,0,0,0.8) no-repeat none 50%;
  background-size: contain;
  -webkit-box-shadow: 0 0 0 3000px rgba(0,0,0,0.8);
          box-shadow: 0 0 0 3000px rgba(0,0,0,0.8);
  opacity: 0;
  visibility: hidden;
}
#darkbox.on {
  opacity: 1;
  visibility: visible;
  height: 90% !important;
  width: 90% !important;
  left: 5% !important;
  top: 5% !important;
}
#darkbox_prev, #darkbox_next {
  cursor: pointer;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  height: 50px;
  width: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#darkbox_prev {
  left: -2px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#darkbox_next {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -2px;
}
#darkbox_prev:hover,#darkbox_next:hover{border-color: #ce2832;}
#darkbox-description {
  position: absolute;
  width: 100%;
  color: #fff;
  font-size: 18px;
  bottom: 5px;
  text-align: right;
  text-shadow: 0 1px 1px #000;
}
#darkbox:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  content: "";
  color: #fff;
  cursor: pointer;
  background: url(../images/close.png) no-repeat center transparent;
}


.in3-swiper .swiper-prev,.in3-swiper .swiper-next{width:50px;height: 50px;border-radius: 50%;cursor: pointer;transition: all 0.3s;position: absolute;top: 50%;margin-top: -25px; }
.in3-swiper .swiper-prev{background: url(../images/left3.png) no-repeat center;left: -140px;}
.in3-swiper .swiper-next{background: url(../images/right3.png) no-repeat center;right: -140px;}
.in3-swiper .swiper-prev:hover{background: url(../images/left2h.png) no-repeat center;}
.in3-swiper .swiper-next:hover{background: url(../images/right2h.png) no-repeat center;}
.in3-swiper{position: relative;}
.in3-swiper .swiper-pagination{display: none;}

@media (max-width: 1500px){
  .in3-swiper .swiper-prev,.in3-swiper .swiper-next{display: none;}
  .in3-swiper .swiper-pagination{display: block;bottom: 0!important;}
  .in3-swiper .swiper-container{padding-bottom: 30px;}
}


.in-four{padding: 60px 0 57px;}

.in-four .news-list li{margin-bottom: 0;}



/**/
.category-item-single{position: relative;}